Skip to content

chore: rm old/large assets#222

Merged
viviveevee merged 1 commit intomainfrom
vivee/delete-large-assets
Apr 24, 2026
Merged

chore: rm old/large assets#222
viviveevee merged 1 commit intomainfrom
vivee/delete-large-assets

Conversation

@viviveevee
Copy link
Copy Markdown
Contributor

Before:

❯ du -sh docs/dist/  | sort -rh                 
909M	docs/dist/

❯ du -sh docs/dist/*/*  | sort -rh
119M	docs/dist/canisters/v2
 76M	docs/dist/core/v5.3
 76M	docs/dist/core/v3.2
 76M	docs/dist/core/latest
 75M	docs/dist/core/v5.2
 73M	docs/dist/core/v5.1
 72M	docs/dist/core/v5.0
 68M	docs/dist/core/v4.2
 65M	docs/dist/core/v4.1
 64M	docs/dist/core/v4.0
 22M	docs/dist/canisters/v3
 22M	docs/dist/canisters/latest
7.3M	docs/dist/pic-js/v0.21
7.3M	docs/dist/pic-js/latest
7.2M	docs/dist/pic-js/v0.20
7.0M	docs/dist/pic-js/v0.19
6.4M	docs/dist/pic-js/v0.18
6.4M	docs/dist/pic-js/v0.17
6.4M	docs/dist/pic-js/v0.16
6.2M	docs/dist/pic-js/v0.15
6.1M	docs/dist/pic-js/v0.14
5.9M	docs/dist/pic-js/v0.13
2.7M	docs/dist/signer/v5.3
2.7M	docs/dist/signer/latest
2.6M	docs/dist/signer/v5.2
2.0M	docs/dist/auth/v6.2
2.0M	docs/dist/auth/v6.1
2.0M	docs/dist/auth/v5.0
2.0M	docs/dist/auth/v4.2
2.0M	docs/dist/auth/v4.1
2.0M	docs/dist/auth/v4.0
2.0M	docs/dist/auth/latest
1.9M	docs/dist/auth/v6.0
1.3M	docs/dist/bindgen/v0.3
1.3M	docs/dist/bindgen/latest
1.2M	docs/dist/bindgen/v0.2
1.2M	docs/dist/bindgen/v0.1

After:

❯ du -sh docs/dist  | sort -rh
437M	docs/dist

❯ du -sh docs/dist/*/*  | sort -rh
 76M	docs/dist/core/v5.3
 76M	docs/dist/core/v3.2
 76M	docs/dist/core/latest
 68M	docs/dist/core/v4.2
 22M	docs/dist/canisters/v3
 22M	docs/dist/canisters/latest
7.3M	docs/dist/pic-js/v0.21
7.3M	docs/dist/pic-js/latest
7.2M	docs/dist/pic-js/v0.20
7.0M	docs/dist/pic-js/v0.19
6.4M	docs/dist/pic-js/v0.18
6.4M	docs/dist/pic-js/v0.17
6.4M	docs/dist/pic-js/v0.16
6.2M	docs/dist/pic-js/v0.15
6.1M	docs/dist/pic-js/v0.14
5.9M	docs/dist/pic-js/v0.13
2.7M	docs/dist/signer/v5.3
2.7M	docs/dist/signer/latest
2.6M	docs/dist/signer/v5.2
2.0M	docs/dist/auth/v6.2
2.0M	docs/dist/auth/latest
1.6M	docs/dist/auth/v6.1
1.6M	docs/dist/auth/v5.0
1.6M	docs/dist/auth/v4.2
1.6M	docs/dist/auth/v4.1
1.6M	docs/dist/auth/v4.0
1.5M	docs/dist/auth/v6.0
1.3M	docs/dist/bindgen/v0.3
1.3M	docs/dist/bindgen/latest
1.2M	docs/dist/bindgen/v0.2
1.2M	docs/dist/bindgen/v0.1

Copilot AI review requested due to automatic review settings April 24, 2026 09:18
@viviveevee viviveevee requested a review from a team as a code owner April 24, 2026 09:18
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Removes older documentation asset bundles to reduce the generated site size and prune the version selectors.

Changes:

  • Pruned version entries from public/core/versions.json, public/canisters/versions.json, and public/auth/versions.json.
  • Removed older public/core zip bundles (v5.2/v5.1/v5.0/v4.1/v4.0) and public/canisters/v2.zip to stop shipping those versions.

Reviewed changes

Copilot reviewed 3 out of 9 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
public/core/versions.json Removes older Core versions from the published version list.
public/core/v5.2.zip Removes old Core docs bundle.
public/core/v5.1.zip Removes old Core docs bundle.
public/core/v5.0.zip Removes old Core docs bundle.
public/core/v4.1.zip Removes old Core docs bundle.
public/core/v4.0.zip Removes old Core docs bundle.
public/canisters/versions.json Removes Canisters v2 from the published version list.
public/canisters/v2.zip Removes old Canisters docs bundle.
public/auth/versions.json Drops older Auth versions from the published version list (leaving only latest/v6.2).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread public/auth/versions.json
@viviveevee viviveevee merged commit ce67111 into main Apr 24, 2026
14 checks passed
@viviveevee viviveevee deleted the vivee/delete-large-assets branch April 24, 2026 09:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants